Scale: Fix erroneously removed : in a signal doc
authorDaniel Boles <dboles@src.gnome.org>
Wed, 22 Feb 2017 08:51:36 +0000 (08:51 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 22 Feb 2017 08:54:27 +0000 (08:54 +0000)
gtk/gtkscale.c

index 3cecd080576199dc134cf19475908caf8d8c23a5..0c04288255714517c5f55ac4f3ff81fc40e0e2ba 100644 (file)
@@ -59,7 +59,7 @@
  * its base class, #GtkRange, in addition to the methods for GtkScale itself.
  * To set the value of a scale, you would normally use gtk_range_set_value().
  * To detect changes to the value, you would normally use the
- * #GtkRange:value-changed signal.
+ * #GtkRange::value-changed signal.
  *
  * Note that using the same upper and lower bounds for the #GtkScale (through
  * the #GtkRange methods) will hide the slider itself. This is useful for